[XEND] Checks to make sure the image type is valid in configuration
authorAlastair Tse <atse@xensource.com>
Thu, 30 Nov 2006 14:51:46 +0000 (14:51 +0000)
committerAlastair Tse <atse@xensource.com>
Thu, 30 Nov 2006 14:51:46 +0000 (14:51 +0000)
commit4b08ed154ca4f746b851cd203d456656a2373397
treea2d083685fd7dad4b499db8c5b4f8ad3e917e76e
parent3c8100f8d9d22f093ac92205a28b745ed3d1c703
[XEND] Checks to make sure the image type is valid in configuration

The 'builder' (eg. image type) should either be 'hvm' or 'linux' as
image.py only supports these at the moment.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendConfig.py